Update System
2011/05/25 |
[1] | Update your system with 'yum' command. However, before doing it, Install 'yum-plugin-fastestmirror' that looks for fast server and download packages from there automatically. |
[root@dlp ~]# yum -y install yum-plugin-fastestmirror
Setting up Install Process
Resolving Dependencies --> Running transaction check ---> Package yum-plugin-fastestmirror.noarch 0:1.1.30-2.fc15 will be installed --> Finished Dependency Resolution
Dependencies Resolved
===================================================================Package Arch
Version
Repository
Size ===================================================================
Installing:
Transaction Summaryyum-plugin-fastestmirror noarch
1.1.30-2.fc15
fedora
24 k ===================================================================
Install
1 Package(s) Upgrade 0 Package(s)
Total download size: 24 k
Installed:Installed size: 53 k Downloading Packages: yum-plugin-fastestmirror-1.1.30-2.fc15.noarch.rpm | 24 kB 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : yum-plugin-fastestmirror-1.1.30-2.fc15.noarch 1/1
yum-plugin-fastestmirror.noarch 0:1.1.30-2.fc15
Complete![root@dlp ~]# yum -y update
|